Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | ContainsKey | Determines whether the ObservableDictionary<TKey,TValue> contains an element with the specified key. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | Remove | Overloaded. Removes the element with the specified key from the ObservableDictionary<TKey,TValue>. |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | TryGetValue | Gets the value associated with the specified key. |